home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 4 / The Pier Shareware #4 (The Pier Exchange) (1994).ISO / 038 / prochook.exe / GOODIES.H < prev    next >
Text File  |  1994-01-01  |  253b  |  12 lines

  1. /*
  2.   GOODIES.H - Copyright (c) 1993 James M. Finnegan, All Rights Reserved
  3. */
  4.  
  5.  
  6. // Prototypes!
  7. VOID    WINAPI CenterWindow(HWND);
  8.  
  9. LPSTR   WINAPI GetModuleName(HMODULE);
  10. LPSTR   WINAPI GetTaskName(HTASK);
  11. HMODULE WINAPI GetTaskHandle(LPSTR);
  12.